fix bug where GC didn't always get updated properly
authorHavoc Pennington <hp@redhat.com>
Tue, 14 Nov 2000 01:08:28 +0000 (01:08 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Tue, 14 Nov 2000 01:08:28 +0000 (01:08 +0000)
commit73a00eeb447d40a6ed53ac57c482e4d1cb9483f3
tree2b047070821790df0a34f712590ece91a64a14b3
parentf15049bd0241241c6865d9405a331ef1694ace56
fix bug where GC didn't always get updated properly

2000-11-13  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug
where GC didn't always get updated properly

* demos/gtk-demo/textview.c (create_tags): Use subattributes
of fonts instead of setting the entire font

* gtk/testtext.c (fill_example_buffer): Use "size" instead of
setting entire font

* gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings

* gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into
a bunch of individually-settable font attributes. You can still
use the "font" and "font_desc" args, they just set all the font
attributes at once.
18 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/gtk-demo/textview.c
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-png.c
gtk/gtkdialog.c
gtk/gtktextdisplay.c
gtk/gtktextlayout.c
gtk/gtktexttag.c
gtk/gtktexttag.h
gtk/gtktextview.c
gtk/testtext.c
tests/testtext.c